home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / dpager2u.zip / DPAGER2.DOC < prev    next >
Text File  |  1992-05-30  |  7KB  |  212 lines

  1.  
  2.                          DPAGER ver. 2.1 
  3.  
  4.                           by Paul Mateer
  5.  
  6.      DPAGER is a replacemant pager for your BBS using the SOUND
  7. BLASTER card.  When invoked, it will prompt the user for the chat
  8. reason and then will TELL you their name and why they want to chat.
  9.  
  10.      Since DPAGER is really a door it requires a configuration file. 
  11. DPAGER.CFG is that file.  It contains the PATH and NAME of the door
  12. system file, the sysop's first name ( or whatever you want DPAGER to
  13. call you), the PATH and NAME of the bbs log (the file your bbs uses
  14. to keep track of all activity), and the start and stop times of your
  15. paging hours (in 24hr time),  with each separated by a CR/LF.  For
  16. example:
  17.  
  18.                C:\BBS\CALLINFO.BBS
  19.                PAUL
  20.                C:\BBS\LOGS\SYSOP.LOG
  21.                0030        rem  12:30 am (midnight)
  22.                1700        rem  5 pm
  23.  
  24.      The bbs log is updated to let you know why and who was paging
  25. you, just in case you weren't around.  If your log file isn't in
  26. ASCII format, then just put something like CHAT.LOG in the .cfg file
  27. in place of the actual log file and DPAGER will create and maintain
  28. it.
  29.  
  30.      The DPAGER is compatible with just about every BBS that can
  31. create any of the following system files:
  32.  
  33.                     PCBOARD.SYS ver. 12.0
  34.                     PCBOARD.SYS ver. 14.0-14.5
  35.                     DOOR.SYS
  36.                     CALLINFO.BBS
  37.                     DORINFOx.DEF
  38.                     GENERIC.SYS
  39.  
  40.  
  41. *********************************************************************
  42. *         SOUND BLASTER'S "SBTALKER.EXE" MUST BE INSTALLED!         *
  43. *********************************************************************
  44.  
  45.  
  46.      After you've installed Sound Blaster's SBTALKER.EXE, make sure
  47. that it is running properly. Using SB's SAY.EXE , type SAY "TEST" 
  48. and press enter.  If everything is ok, it will say "TEST".  If not,
  49. make sure that there are no conflicting TSR's running and that the
  50. card is properly installed.  Refer to the SB manual for more info.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.   To invoke the DPAGER:
  57.  
  58.                     DPAGERx DPAGER.CFG
  59.  
  60.      DPAGER will assume the standard port settings (COM1 = 03E8 IRQ4,
  61. COM2 = 02E8 IRQ3, COM3 = 03E8 IRQ4 and COM4 = 02E8 IRQ3.). 
  62.  
  63.  
  64.  
  65.   If you have non-standard ports, no problem:
  66.  
  67.                DPAGERx DPAGER.CFG PORT:aaaa:i
  68.  
  69.      where 'aaaa' is the port address in hex and 'i' is the IRQ.
  70.  
  71.   If you use a fossil driver:
  72.  
  73.                DPAGERx DPAGER.CFG PORT:F:p
  74.  
  75.      where 'p' is the port number.
  76.  
  77.      Since most BBS programs require the use of a batch file to
  78. execute a door, here is an example, consult your BBS manual for the
  79. proper method though :
  80.  
  81.                          @ECHO OFF 
  82.                          CD \BBS\DOORS
  83.                          DPAGERx DPAGER.CFG
  84.                          CD \BBS
  85.                          CLS
  86.                          EXIT
  87.  
  88.      I suggest using the CLS in there, because on some systems the
  89. 25th line (door status) doesn't always erase on the local screen. No
  90. big deal really, it does scroll up after the user changes menus, but
  91. I found it annoying.
  92.  
  93.      That's all there is to it!  And just for being a good sysop, and
  94. knowing that you will register this fine program, I have included,
  95. free, the following features for you.  When a user is in the door,
  96. the sysop has these keys available:
  97.  
  98.  
  99.           Function Key
  100.  
  101.                F5             Shell to DOS
  102.                F8             Return user to System
  103.                F9             Toggle display on/off
  104.                F10            Chat Mode (ESC to exit)
  105.              * F3             Toggle printer on/off
  106.              * F4             Toggle pagebell on/off (!?!)
  107.              * F7             Toggle caller alarm on/off
  108.  
  109.  
  110.           Alternate Key 
  111.  
  112.                Alt-H          Toggle between different status lines
  113.              * Alt-N          Toggle sysop on next
  114.              * Alt-X          Toggle exit to dos after call
  115.  
  116.  
  117.  
  118.  
  119.      Alternately pressing the Alt-H key will bring up the next status
  120. line screen. The 1st screen is a help screen, the second screen shows
  121. your COM port status.
  122.  
  123.      *    The keys marked with an "*" will only be of use to systems
  124. using pcboard.sys.  The rest are functional with any system.
  125.  
  126.  
  127.      By registering DPAGER, the un-registered screen will be removed
  128. before returning to system.  Use the enclosed order form for prompt
  129. registration.
  130.  
  131.  
  132.  REVISION NOTES:
  133.  
  134.     Version 2.0:     Actually, this is the first public release and  
  135.                      should be bug free.
  136.  
  137.     Version 2.1:     Fixed a bug in the paging times.  If you set the
  138.                      start and stop chat times within the same hour, ie.
  139.                      1200 start and 1245 end, it would allow paging untill
  140.                      the next hour (1300 in the example).
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.           Sound Blaster is copyright (c) Creative Labs, Inc.
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.                     DPAGER REGISTRATION FORM
  169.                 --------------------------------
  170.  
  171.  
  172.                               Return to:     Paul Mateer
  173.                                              77 Big Chief Drive
  174.                                              Bourbonnais, Ill 60914
  175.  
  176.  
  177. Name________________________________________________________________
  178.  
  179. Address_____________________________________________________________
  180.  
  181. Phone_______________________________________________________________
  182.  
  183. Diskette size:  _____ 5.25" acceptable       _____ 3.5" required*
  184.  
  185. Orders outside the USA add $4.00                           _________
  186.  
  187. * Add $4.00 for 3.5" diskettes  720K ___  1.44M ___        __________
  188.  
  189.      Please find enclosed a check or money order for USA $ __________
  190. ($10.00 suggested) payable to Paul Mateer.  This shows my support of
  191. Shareware products and the Shareware concept.
  192.  
  193.      I understand that DPAGER is provided as-is and no warranties of
  194. any kind, expressed or otherwise, are included and that I am using it
  195. at my own risk.
  196.  
  197.  
  198. Signed:______________________________________  Date:_________________
  199.  
  200.  
  201.  
  202.  
  203.  
  204. Comments/Suggestions:________________________________________________               
  205. _____________________________________________________________________      
  206. _____________________________________________________________________ 
  207. _____________________________________________________________________ 
  208. _____________________________________________________________________ 
  209. _____________________________________________________________________ 
  210. _____________________________________________________________________ 
  211. _____________________________________________________________________
  212.